Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme Opensearch Logo linking to non-existent file [CCI] #566

Merged
merged 2 commits into from
Mar 10, 2023

Conversation

timursaurus
Copy link
Contributor

@timursaurus timursaurus commented Mar 7, 2023

Description

This fix changes the logo linking, as it was leading to a non-existent file. Instead, it uses the logo asset that is stored externally on the OpenSearch website.

Issues Resolved

Closes #564

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • All tests pass
    • yarn lint
    • yarn test-unit
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@timursaurus timursaurus requested a review from a team as a code owner March 7, 2023 18:52
README.md Outdated
@@ -1,4 +1,4 @@
![OpenSearch logo](OpenSearch.svg)
<img src="https://opensearch.org/assets/img/opensearch-logo-themed.svg" height="64px">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KrooshalUX This should also have an alt attribute right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KrooshalUX This should also have an alt attribute right?
It's a markdown link now with the alt attribute

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use "OpenSearch Dashboards" as the alt content. Thanks!

@timursaurus timursaurus changed the title fix: logo linking to non-existent file fix: logo linking to non-existent file [CCI] Mar 7, 2023
@timursaurus timursaurus changed the title fix: logo linking to non-existent file [CCI] Readme Opensearch Logo linking to non-existent file [CCI] Mar 8, 2023
@BSFishy BSFishy added the CCI College Contributor Initiative label Mar 8, 2023
Copy link
Member

@joshuarrrr joshuarrrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice - I know we may eventually want a OUI or OpenSearch Design System logo here instead, but this is definitely an improvement for now!

@kgcreative
Copy link
Member

Nice - I know we may eventually want a OUI or OpenSearch Design System logo here instead, but this is definitely an improvement for now!

It's on my "to-do" list!

@timursaurus timursaurus requested a review from BSFishy March 9, 2023 12:19
Copy link
Contributor

@BSFishy BSFishy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Looks like other repo's logos are a little smaller, but I'm sure we'll fix it up when we get an OUI logo

@BSFishy BSFishy requested a review from KrooshalUX March 9, 2023 18:40
@ashwin-pc ashwin-pc merged commit 2de51fb into opensearch-project:main Mar 10, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Mar 10, 2023
* fix: logo linking to non-existent file

Signed-off-by: Timur Bolotov <[email protected]>

* chore: use markdown link with alt text

Signed-off-by: Timur Bolotov <[email protected]>

---------

Signed-off-by: Timur Bolotov <[email protected]>
(cherry picked from commit 2de51fb)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Mar 10, 2023
* fix: logo linking to non-existent file

Signed-off-by: Timur Bolotov <[email protected]>

* chore: use markdown link with alt text

Signed-off-by: Timur Bolotov <[email protected]>

---------

Signed-off-by: Timur Bolotov <[email protected]>
(cherry picked from commit 2de51fb)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
BSFishy pushed a commit that referenced this pull request Mar 10, 2023
* fix: logo linking to non-existent file



* chore: use markdown link with alt text



---------


(cherry picked from commit 2de51fb)

Signed-off-by: Timur Bolotov <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
BSFishy pushed a commit that referenced this pull request Mar 10, 2023
* fix: logo linking to non-existent file



* chore: use markdown link with alt text



---------


(cherry picked from commit 2de51fb)

Signed-off-by: Timur Bolotov <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.x backport 1.0 CCI College Contributor Initiative
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] [CCI] README Opensearch Logo missing
6 participants